TSR program - перевод на немецкий
Diclib.com
Словарь ChatGPT
Введите слово или словосочетание на любом языке 👆
Язык:

Перевод и анализ слов искусственным интеллектом ChatGPT

На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:

  • как употребляется слово
  • частота употребления
  • используется оно чаще в устной или письменной речи
  • варианты перевода слова
  • примеры употребления (несколько фраз с переводом)
  • этимология

TSR program - перевод на немецкий

COMPUTER PROGRAM THAT USES A SYSTEM CALL TO RETURN CONTROL TO THE OS, AS THOUGH THE PROGRAM HAS QUIT, BUT STAYS RESIDENT IN MEMORY SO IT CAN BE REACTIVATED BY A HARDWARE OR SOFTWARE INTERRUPT, IN ORDER TO WORK AROUND THE OS’S LACK OF MULTITASKING
TSR (computing); Terminate and stay resident; Terminate-and-Stay-Resident program; Terminate-and-Stay Resident Program; RAM resident; Memory resident; TSR program; Terminate-and-stay resident; Terminate-and-Stay-Resident; Terminate & Stay Resident; TSR file viruses; Terminate-and-Stay-Resident Program; Alternate Multiplex Interrupt Specification; Terminate and Stay Resident; Terminate and stay resident program; Terminate-and-stay-resident; Alternate multiplex interrupt specification; IBM Interrupt Sharing Protocol; IBM interrupt sharing protocol; Interrupt Sharing Protocol; Interrupt sharing protocol; Memory-resident program

TSR program         
Programm das sich im Computerspeicher befindet und das man durch eine Tastenkombination starten kann
Terminate and Stay Resident         
Programm das sich im Computerspeicher befindet und das man durch eine Tastenkombination starten kann
program file         
  • A symbolic representation of an ALU
  • Computer memory map
  • DEC]] [[VT100]] (1978) was a widely used [[computer terminal]].
  • Switches for manual input on a [[Data General Nova]] 3, manufactured in the mid-1970s
  • Lovelace's description from Note G
  • [["Hello, World!" program]] by [[Brian Kernighan]] (1978)
  • A kernel connects the application software to the hardware of a computer.
  • NOT gate
  • A computer program written in an imperative language
  • hardware]].
  • Artist's depiction of Sacramento State University's Intel 8008 microcomputer (1972)
  • A sample function-level data-flow diagram
  • Fran Bilas]] programmed the [[ENIAC]] by moving cables and setting switches.
  • right
  • Physical memory is scattered around RAM and the hard disk. Virtual memory is one continuous block.
SEQUENCE OF INSTRUCTIONS WRITTEN IN PROGRAMMING LANGUAGE TO PERFORM A SPECIFIED TASK WITH A COMPUTER
Computer programme; Computer code; Computer programs; Software program; Program (programming); Program (computer science); Program (computing); Computer Program; Software code; Program (computer); Computer Programs; Program file; Computer program code; Program module
Programmdatei, eine ausführbare Datei die ein Programm startet

Определение

Terminate and Stay Resident
(TSR) A type of DOS utility which, once loaded, stays in memory and can be reactivated by pressing a certain combination of keys.

Википедия

Terminate-and-stay-resident program

A terminate-and-stay-resident program (commonly TSR) is a computer program running under DOS that uses a system call to return control to DOS as though it has finished, but remains in computer memory so it can be reactivated later. This technique partially overcame DOS's limitation of executing only one program, or task, at a time. TSRs are used only in DOS, not in Windows.

Some TSRs are utility software that a computer user might call up several times a day, while working in another program, using a hotkey. Borland Sidekick was an early and popular example of this type. Others serve as device drivers for hardware that the operating system does not directly support.